Sandbox.writeFile

Write a file to the sanbox

  1. void writeFile(in string fileName, in string output = "")
  2. void writeFile(in string fileName, in string[] lines)
    struct Sandbox
    void
    writeFile
    const
    (
    in string fileName
    ,
    in string[] lines
    )

Meta